home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / libs / ttrender.lha / ttrender-3.1 / ttrender.readme < prev   
Text File  |  2002-06-09  |  2KB  |  54 lines

  1. short:        TrueType text rendering engine (v 3.1)
  2. uploader:     krashan@amiga.pl
  3. author:       krashan@amiga.pl
  4. type:         util/libs
  5. distribution:    public domain
  6.  
  7. version:  3.0 (28.5.2002)
  8. requires: OS 3.0+, 68020, CyberGraphX 3.x+ or Picasso96 2.x+
  9.  
  10. The library is fast, AmigaOS friendly TrueType render engine. It has
  11. nothing to do with Amiga outline font system. This system has a lot of
  12. limitations which make it useless for high speed and quality text
  13. output. If someone wants an integration of TrueType with AmigaOS
  14. bullet.library like outline font system, should consider using
  15. ttf.library. Ttrender.library opens TrueType font by itself and renders
  16. high quality glyphs directly into any RastPort.
  17.  
  18. The render engine of the library is based on FreeType2 project
  19. (http://www.freetype.org). This version of ttrender.library uses 2.0.9
  20. FreeType build.
  21.  
  22. See http://teleinfo.pb.bialystok.pl/~krashan/ttrender for news,
  23. downloads, online autodoc and programming tutorial.
  24.  
  25. CHANGES (from 3.0 version)
  26.  
  27.    - Significant speedup of rendering: In 3.0 version render buffer was
  28.      allocated/deallocated with every single rendered character. Now the
  29.      buffer is reallocated only when it have to be bigger.
  30.     
  31. FEATURES
  32.  
  33. The library expands FreeType functionality making usage of TrueType
  34. fonts easy and comfortable. Below you can find key features:
  35.  
  36.    - renders whole strings (not single glyphs) with kerning.
  37.    - antialiasing to any (not neccesarily uniform color) background.
  38.    - system compatible output to any (including planar) RastPort.
  39.    - supports JAM1. JAM2, INVERSVID, COMPLEMENT RastPort modes.
  40.    - supports 8-bit to Unicode mapping with "ENV:ttfcodepage" table
  41.      compatible with ttf.library.
  42.    - allows for direct 16-bit Unicode string rendering.
  43.    - easy to use, taglist based API.
  44.    - efficient system-wide glyph cache system.
  45.    - font database system allows flexible font files storage and
  46.      advanced faces classification.
  47.  
  48. INSTALL
  49.  
  50. copy Libs/ttrender.library to LIBS:
  51. modify example database file and place it in ENV: and ENVARC:
  52. You can download quality and free TrueType fonts from MicroSoft website.
  53.  
  54.